home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Encoding:
Text File  |  2005-02-07  |  1.0 KB  |  52 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 360
  3.   Top = 342
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Please wait...'
  7.   ClientHeight = 47
  8.   ClientWidth = 390
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnHide = FormHide
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object EscapeLabel: TTntLabel
  25.     Left = 8
  26.     Top = 32
  27.     Width = 377
  28.     Height = 13
  29.     Alignment = taCenter
  30.     AutoSize = False
  31.     Caption = 'Press escape to cancel the operation.'
  32.     Visible = False
  33.   end
  34.   object Label1: TTntLabel
  35.     Left = 8
  36.     Top = 8
  37.     Width = 377
  38.     Height = 13
  39.     Alignment = taCenter
  40.     AutoSize = False
  41.     Caption = 'Label1'
  42.     Visible = False
  43.   end
  44.   object ProgressBar: TTntProgressBar
  45.     Left = 8
  46.     Top = 8
  47.     Width = 377
  48.     Height = 16
  49.     TabOrder = 0
  50.   end
  51. end
  52.